Chatbot Message Manager
constructor(addCurrentBranchLog: (List<ChatMessage>, ChatBranch) -> Unit, addCurrentBranchLogWithDate: (List<ChatMessage>, ChatBranch, Date?) -> Unit)
Parameters
add Current Branch Log
A function that adds the current branch log to the main log list.
add Current Branch Log With Date
A function that adds the current branch log with a date to the main log list.